Add .kateconfig with modelines for Kate
authorRoman Lebedev <lebedev.ri@gmail.com>
Thu, 18 Aug 2016 11:01:51 +0000 (14:01 +0300)
committerØyvind Kolås <pippin@gimp.org>
Fri, 19 Aug 2016 01:54:43 +0000 (03:54 +0200)
Directly follows GIMP HACKING Hackordnung:
  - 2 characters indentation level
  - no tabs. TAB should not put TAB characters in the file.
  - tab stops at 8 column intervals.

.kateconfig [new file with mode: 0644]

diff --git a/.kateconfig b/.kateconfig
new file mode 100644 (file)
index 0000000..e4b8336
--- /dev/null
@@ -0,0 +1,4 @@
+kate: indent-mode cstyle;
+kate: indent-width 2; tab-width 8;
+kate: tab-indents off; replace-tabs on;
+kate: remove-trailing-spaces modified;